home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TFIDOTEMPLATEEDITOR / TFIDOTEMPLATEEDITOR.txt
Text File  |  1997-07-16  |  4KB  |  154 lines

  1. object FidoTemplateEditor: TFidoTemplateEditor
  2.   Left = 139
  3.   Top = 77
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit station template'
  6.   ClientHeight = 243
  7.   ClientWidth = 442
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lTplName: TLabel
  23.     Left = 56
  24.     Top = 180
  25.     Width = 73
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'Template name'
  29.   end
  30.   object bOK: TButton
  31.     Left = 160
  32.     Top = 208
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 2
  39.   end
  40.   object bCancel: TButton
  41.     Left = 240
  42.     Top = 208
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 3
  49.   end
  50.   object bHelp: TButton
  51.     Left = 320
  52.     Top = 208
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Help'
  56.     TabOrder = 4
  57.     OnClick = bHelpClick
  58.   end
  59.   object lName: TEdit
  60.     Left = 136
  61.     Top = 176
  62.     Width = 297
  63.     Height = 21
  64.     TabOrder = 1
  65.     Text = 'lName'
  66.   end
  67.   object PageControl1: TPageControl
  68.     Left = 0
  69.     Top = 0
  70.     Width = 442
  71.     Height = 165
  72.     ActivePage = tsEMSI
  73.     Align = alTop
  74.     TabOrder = 0
  75.     object tsEMSI: TTabSheet
  76.       Caption = 'EMSI'
  77.       object gTpl: TAdvGrid
  78.         Left = 6
  79.         Top = 9
  80.         Width = 422
  81.         Height = 119
  82.         FixedFont.Charset = DEFAULT_CHARSET
  83.         FixedFont.Color = clBlack
  84.         FixedFont.Height = -11
  85.         FixedFont.Name = 'MS Sans Serif'
  86.         FixedFont.Style = []
  87.         ColCount = 2
  88.         DefaultRowHeight = 17
  89.         RowCount = 6
  90.         FixedRows = 0
  91.         Font.Charset = DEFAULT_CHARSET
  92.         Font.Color = clBlack
  93.         Font.Height = -12
  94.         Font.Name = 'Fixedsys'
  95.         Font.Style = []
  96.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goFixedNumCols]
  97.         ParentFont = False
  98.         PopupMenu = gTpl.
  99.         TabOrder = 0
  100.         ColWidths = (
  101.           121
  102.           295)
  103.       end
  104.     end
  105.     object tsBanner: TTabSheet
  106.       Caption = 'Banner'
  107.       object eBan: TMemo
  108.         Left = 6
  109.         Top = 9
  110.         Width = 422
  111.         Height = 119
  112.         Font.Charset = DEFAULT_CHARSET
  113.         Font.Color = clBlack
  114.         Font.Height = -12
  115.         Font.Name = 'Fixedsys'
  116.         Font.Style = []
  117.         ParentFont = False
  118.         ScrollBars = ssBoth
  119.         TabOrder = 0
  120.       end
  121.     end
  122.     object tsAKA: TTabSheet
  123.       Caption = 'AKA'
  124.       object gAKA: TAdvGrid
  125.         Left = 6
  126.         Top = 8
  127.         Width = 422
  128.         Height = 119
  129.         FixedFont.Charset = DEFAULT_CHARSET
  130.         FixedFont.Color = clWindowText
  131.         FixedFont.Height = -11
  132.         FixedFont.Name = 'MS Sans Serif'
  133.         FixedFont.Style = []
  134.         ColCount = 3
  135.         DefaultRowHeight = 17
  136.         RowCount = 2
  137.         Font.Charset = DEFAULT_CHARSET
  138.         Font.Color = clBlack
  139.         Font.Height = -12
  140.         Font.Name = 'Fixedsys'
  141.         Font.Style = []
  142.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  143.         ParentFont = False
  144.         PopupMenu = gAKA.
  145.         TabOrder = 0
  146.         ColWidths = (
  147.           31
  148.           165
  149.           202)
  150.       end
  151.     end
  152.   end
  153. end
  154.